home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1998 to 1999 / DISNEY99.ISO / Media / Partner.dxr / 00001_Movie Script.ls next >
Encoding:
Text File  |  1998-11-16  |  308 b   |  21 lines

  1. global cheminSom, gLastVisFrame, gLastVisMovie
  2.  
  3. on startMovie
  4. end
  5.  
  6. on stopMovie
  7.   set the keyDownScript to EMPTY
  8. end
  9.  
  10. on putFrameMovie
  11.   set gLastVisFrame to the frame
  12.   set gLastVisMovie to the movie
  13. end
  14.  
  15. on FForward
  16.   if the key = " " then
  17.     go(marker(1))
  18.     set the keyDownScript to EMPTY
  19.   end if
  20. end
  21.